projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62daf32
)
(basic-save-buffer): Use after-save-hook.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Jul 1993 20:51:51 +0000
(20:51 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 8 Jul 1993 20:51:51 +0000
(20:51 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index 38fc1fc3cdf7f2b85d2f66caa5c59ae550ebc7e9..a9ebe2bb8e4c8af8b8e347026fc8ad5893f83946 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-1482,7
+1482,7
@@
the last real save, but optional arg FORCE non-nil means delete anyway."
;; If the auto-save file was recent before this command,
;; delete it now.
(delete-auto-save-file-if-necessary recent-save)
- (run-hooks 'after-save-
buffer-
hook))
+ (run-hooks 'after-save-hook))
(message "(No changes need to be saved)")))
(defun save-some-buffers (&optional arg exiting)